Esx Settings Depots Umds SetSpec

Esx Settings Depots Umds SetSpec
Esx Settings Depots Umds SetSpec

The Esx Settings Depots Umds SetSpec schema defines the information of an UMDS depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "description": "string",
    "enabled": false,
    "location": "string"
}
string
description
Optional

Description of the depot.

This property was added in vSphere API 7.0.0.0.

If missing or null, the description will be empty.

boolean
enabled
Optional

Flag indicating whether or not this depot should be enabled. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced.

This property was added in vSphere API 7.0.0.0.

If missing or null, the depot will be enabled.

string As uri As uri
location
Required

Location of the depot. It should be the location to the index.xml for the depot.

This property was added in vSphere API 7.0.0.0.